11. Quiz: Combining Data

Task Description:

Tasks to complete:

Task List:

Task Feedback:

Nice job!

Quiz 1

Which of the below is a case when you would want to use a UNION instead of a JOIN?

SOLUTION: To combine two sheets stacked on top of one another that have all the same columns.

QUIZ QUESTION::

Quiz 2

Match the column to the correct description below regarding the People and Orders JOIN.

ANSWER CHOICES:



Keys

Columns

Region

Region (People)

Person

SOLUTION:

Keys

Columns

Region

Region (People)

Quiz 3

If we wanted all of the rows pertaining to the Orders table, as well as the connected rows in the People table, how would we combine the tables?

SOLUTION: LEFT JOIN